Xaraya / Postnuke CVS Notices - Message

Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites

View Statistics - Next Notice - Previous Notice

Directory filter : [ all ] / postnuke_official / html / modules / adminpanels [ view in CVS ]


Deprecated: Function gmstrftime() is deprecated in /home/mikespub/www/list.php on line 509
Date Directory [filter] File(s) [view] Author [filter]
09 Aug 2002 19:52:36postnuke_official/html/modules/adminpanelspninit.php,1.5,1.6Paul Rosania
 adminpanels initialization working fine now

Update of /home/cvsroot/postnuke_official/html/modules/adminpanels
In directory ns7.hostnuke.net:/tmp/cvs-serv24787/adminpanels

Modified Files:
	pninit.php 
Log Message:
adminpanels initialization working fine now


Index: pninit.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/adminpanels/pninit.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pninit.php	9 Aug 2002 13:35:27 -0000	1.5
--- pninit.php	9 Aug 2002 19:52:34 -0000	1.6
***************
*** 24,27 ****
--- 24,29 ----
  // ----------------------------------------------------------------------
  
+ include_once 'includes/pnTableDDL.php';
+ 
  /**
   * initialise the adminpanels module
***************
*** 73,77 ****
      
      // Fill admin menu
!     $query = "INSERT INTO {$prefix}_admin_menu (pn_amid, pn_name, pn_category, pn_weight, pn_flag) VALUES (1, 'adminpanels', 'Global', 0, 1);";
      $dbconn->Execute($query);
      
--- 75,79 ----
      
      // Fill admin menu
!     $query = "INSERT INTO $admin_menu_table (pn_amid, pn_name, pn_category, pn_weight, pn_flag) VALUES (1, 'adminpanels', 'Global', 0, 1);";
      $dbconn->Execute($query);
      
***************
*** 84,88 ****
      }
      
!     $query = "INSERT INTO {$prefix}_admin_menu (pn_amid, pn_name, pn_category, pn_weight, pn_flag) VALUES (2, 'authsystem', 'Global', 0, 1);";
      $dbconn->Execute($query);
      
--- 86,90 ----
      }
      
!     $query = "INSERT INTO $admin_menu_table (pn_amid, pn_name, pn_category, pn_weight, pn_flag) VALUES (2, 'authsystem', 'Global', 0, 1);";
      $dbconn->Execute($query);
      
***************
*** 95,99 ****
      }
      
!     $query = "INSERT INTO {$prefix}_admin_menu (pn_amid, pn_name, pn_category, pn_weight, pn_flag) VALUES (4, 'base', 'Global', 0, 1);";
      $dbconn->Execute($query);
      
--- 97,101 ----
      }
      
!     $query = "INSERT INTO $admin_menu_table (pn_amid, pn_name, pn_category, pn_weight, pn_flag) VALUES (4, 'base', 'Global', 0, 1);";
      $dbconn->Execute($query);
      
***************
*** 106,110 ****
      }
      
!     $query = "INSERT INTO {$prefix}_admin_menu (pn_amid, pn_name, pn_category, pn_weight, pn_flag) VALUES (5, 'blocks', 'Global', 0, 1);";
      $dbconn->Execute($query);
      
--- 108,112 ----
      }
      
!     $query = "INSERT INTO $admin_menu_table (pn_amid, pn_name, pn_category, pn_weight, pn_flag) VALUES (5, 'blocks', 'Global', 0, 1);";
      $dbconn->Execute($query);
      
***************
*** 117,121 ****
      }
      
!     $query = "INSERT INTO {$prefix}_admin_menu (pn_amid, pn_name, pn_category, pn_weight, pn_flag) VALUES (7, 'groups', 'Users & Groups', 0, 1);";
      $dbconn->Execute($query);
      
--- 119,123 ----
      }
      
!     $query = "INSERT INTO $admin_menu_table (pn_amid, pn_name, pn_category, pn_weight, pn_flag) VALUES (7, 'groups', 'Users & Groups', 0, 1);";
      $dbconn->Execute($query);
      
***************
*** 128,132 ****
      }
      
!     $query = "INSERT INTO {$prefix}_admin_menu (pn_amid, pn_name, pn_category, pn_weight, pn_flag) VALUES (8, 'modules', 'Global', 0, 1);";
      $dbconn->Execute($query);
      
--- 130,134 ----
      }
      
!     $query = "INSERT INTO $admin_menu_table (pn_amid, pn_name, pn_category, pn_weight, pn_flag) VALUES (8, 'modules', 'Global', 0, 1);";
      $dbconn->Execute($query);
      
***************
*** 139,143 ****
      }
      
!     $query = "INSERT INTO {$prefix}_admin_menu (pn_amid, pn_name, pn_category, pn_weight, pn_flag) VALUES (9, 'permissions', 'Users & Groups', 0, 1);";
      $dbconn->Execute($query);
      
--- 141,145 ----
      }
      
!     $query = "INSERT INTO $admin_menu_table (pn_amid, pn_name, pn_category, pn_weight, pn_flag) VALUES (9, 'permissions', 'Users & Groups', 0, 1);";
      $dbconn->Execute($query);
      
***************
*** 150,154 ****
      }
      
!     $query = "INSERT INTO {$prefix}_admin_menu (pn_amid, pn_name, pn_category, pn_weight, pn_flag) VALUES (10, 'users', 'Users & Groups', 0, 1);";
      
      $dbconn->Execute($query);
--- 152,156 ----
      }
      
!     $query = "INSERT INTO $admin_menu_table (pn_amid, pn_name, pn_category, pn_weight, pn_flag) VALUES (10, 'users', 'Users & Groups', 0, 1);";
      
      $dbconn->Execute($query);


Directory filter : [ all ] / postnuke_official / html / modules / adminpanels [ view in CVS ]

View Statistics - Next Notice - Previous Notice


Visit Developer Site - Browse CVS Repository Syndicate via backend.rss
(max. once per hour please)
Powered by CVSNotice 0.1.3